home *** CD-ROM | disk | FTP | other *** search
-
-
-
- eof(n) Tcl Built-In Commands
-
-
-
- _________________________________________________________________
-
- NAME
- eof - Check for end-of-file condition on open file
-
- SYNOPSIS
- eof _f_i_l_e_I_d
- _________________________________________________________________
-
-
- DESCRIPTION
- Returns 1 if an end-of-file condition has occurred on
- _f_i_l_e_I_d, 0 otherwise. _F_i_l_e_I_d must have been the return value
- from a previous call to open, or it may be stdin, stdout, or
- stderr to refer to one of the standard I/O channels.
-
-
- KEYWORDS
- end, file
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tcl 1
-
-
-
-